home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95b.txt / 000157_icon-group-sender _Thu Sep 14 11:13:23 1995.msg < prev    next >
Internet Message Format  |  1995-09-18  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 15 Sep 1995 10:11:28 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: Thu, 14 Sep 1995 11:13:23 GMT
  4. From: seldon@eskimo.com (Will Mengarini)
  5. Message-Id: <DEw76C.3Au@eskimo.com>
  6. Organization: Eskimo North (206) For-Ever
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <EfkVwkFhmbCP084yn@ibm.net>
  9. Subject: Re: evaluation stack overflow
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12. godfroy@ibm.net (Pedro Godfroid Goffin) writes:
  13.  
  14. > Well, I get this "evaluation stack overflow" message while running
  15. >a recursive Icon program (OS/2, 8.1 version). I've tried to fix it
  16. >changing the MSTKSIZE to greater values but I still got the same
  17. >error message. Are there any other environment variables that can
  18. >be changed to try to fix the problem (I have 16 megas of memory and
  19. >can allocate a bigger OS/2 swapfile if necessary).
  20.  
  21. This kind of thing is almost always caused by infinite recursion,
  22. not inadequate memory.  Since Icon syntax is subtle, it's quite
  23. likely you're infinitely recursing with a construct that would
  24. work as you intended in an Algol-family language.
  25.  
  26. I suggest you post the code.
  27.